Exemplo n.º 1
0
 public static Task <bool> Execute(IShipService myShipService, string strUserName, string strPassword)
 {
     return(myShipService.LoginIsValid(strUserName, strPassword));
 }