How to ignore FluentValidation of specific property

前端 未结 0 2021
一向
一向 2020-12-24 13:48

Given the following two classes

public class AClass
{
    public string MyAString { get; set; }
}

public class BClass
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题