示例#1
0
 public ReturnResult <Profiles> GetProfileByFileCode(string fileCode)
 {
     return(profileDAL.GetProfileByFileCode(fileCode));
 }