コード例 #1
0
ファイル: CNUsuario.cs プロジェクト: ErickRomero97/CarWash
 public string[] ValidarLogin(CEUsuario objU)
 {
     return(objUsuario.Login(objU));
 }